home *** CD-ROM | disk | FTP | other *** search
- (set destdir
- (askdir
- (prompt "Where to place FreeED...")
- (help @askdir-help)
- (default "work:FreeED")
- )
- )
- (set destdir (tackon DestDir "FreeED"))
- (makedir destdir
- (prompt "I will now create the directory")
- (help @makedir-help)
- (infos)
- )
- (copyfiles
- (prompt "Copying Everything...")
- (source "prog/")
- (dest destdir)
- (all)
- )
-
- (copylib
- (prompt "Installing Cando.library.")
- (help @copylib-help)
- (source "Cando.library")
- (dest "Libs:")
- (confirm)
- )
- (message "Everything done!")
-